home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7776 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.iconn.net!news
  2. From: thecrow@iconn.net (The Crow)
  3. Newsgroups: comp.lang.c++
  4. Subject: grumbling about C/C++
  5. Date: 18 Feb 1996 21:27:33 GMT
  6. Organization: I rule the world
  7. Message-ID: <4g85k5$omf@news.iconn.net>
  8. NNTP-Posting-Host: st-ts00-02.iconn.net
  9. Mime-Version: 1.0
  10. Content-Type: Text/Plain; charset=US-ASCII
  11. X-Newsreader: WinVN 0.99.6
  12.  
  13. I finished switching a Pascal program to C++ and the experience was less than 
  14. wonderful.  With C's low level io functions, and the fact that my pascal 
  15. compiler wasn't optimizing, the program goes about %40 faster, but I imagine if 
  16. I went for Borland Pascal it would be about the same.  The file size was 3 
  17. times as large until I repleaced all the IOSTREAM stuff with STDIO things, and 
  18. both of those pale in comparison to a ncie writeln/readln combo.  I had stack 
  19. overflow errors occur that never did under Pascal, and the getting CPRINTF to 
  20. work so I could have a little color was a nightmare.  Maybe I had all this 
  21. trouble because I am using TC++ 1.1, is the newer version any better at any of 
  22. this stuff?
  23.  
  24. -- 
  25. The Crow - thecrow@iconn.net
  26. "It can't rain all the time"
  27.  
  28.  
  29.